Release 10.1A: OpenEdge Data Management:
SQL Reference


UPDATE

Syntax
update statement ::=
UPDATE table_name 
  SET assignment [,assignment ], ... [ WHERE search_condition ] ; 

Assignment clause

Syntax
assignment ::=
column = { expr | NULL } 
  | ( column [, column ], ... ) = ( expr [, expr ], ... )
  | ( column [, column ], ... ) = ( query_expression ) 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095